home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / apply.z / apply
Text File  |  1998-10-20  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. AAAAPPPPPPPPLLLLYYYY((((1111))))                                                              AAAAPPPPPPPPLLLLYYYY((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      apply - apply a command to a set of arguments
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      aaaappppppppllllyyyy [ ----aaaac ] [ ----n ] command args ...
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      _a_p_p_l_y runs the named _c_o_m_m_a_n_d on each argument _a_r_g in turn.  Normally,
  16.      arguments are chosen singly; the optional number _n specifies the number
  17.      of arguments to be passed to _c_o_m_m_a_n_d. If _n is zero, _c_o_m_m_a_n_d is run
  18.      without arguments once for each _a_r_g. Character sequences of the form %_d
  19.      in _c_o_m_m_a_n_d, where _d is a digit from 1 to 9, are replaced by the _dth
  20.      following unused _a_r_g.  If any such sequences occur, _n is ignored and the
  21.      number of arguments passed to _c_o_m_m_a_n_d is the maximum value of _d in
  22.      _c_o_m_m_a_n_d. The character `%' may be changed by the ----aaaa option.
  23.  
  24. EEEEXXXXAAAAMMMMPPPPLLLLEEEESSSS
  25.           apply echo *
  26.      is similar to _l_s(1);
  27.  
  28.           apply -2 cmp a1 b1 a2 b2 ...
  29.      compares the `a' files to the `b' files
  30.  
  31.           apply -0 who 1 2 3 4 5
  32.      runs _w_h_o(1) 5 times
  33.  
  34.           apply 'ln %1 /usr/joe' *
  35.      links all files in the current directory to the directory /usr/joe
  36.  
  37. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  38.      sh(1).
  39.  
  40. BBBBUUUUGGGGSSSS
  41.      Shell metacharacters in _c_o_m_m_a_n_d may have bizarre effects; it is best to
  42.      enclose complicated commands in single quotes (' ').
  43.  
  44.      There is no way to pass a literal `%2' if `%' is the argument expansion
  45.      character.
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.